home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / x / xfig.lha / src / x11 / paintop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-26  |  727 b   |  24 lines

  1. /*
  2.  * FIG : Facility for Interactive Generation of figures
  3.  * Copyright (c) 1985 by Supoj Sutanthavibul
  4.  *
  5.  * "Permission to use, copy, modify, distribute, and sell this software and its
  6.  * documentation for any purpose is hereby granted without fee, provided that
  7.  * the above copyright notice appear in all copies and that both the copyright
  8.  * notice and this permission notice appear in supporting documentation. 
  9.  * No representations are made about the suitability of this software for 
  10.  * any purpose.  It is provided "as is" without express or implied warranty."
  11.  */
  12.  
  13. #define INV_PAINT    0
  14. #define MERGE        1
  15. #define PAINT        2
  16. #define ERASE        3
  17.  
  18. #define NUMOPS        4
  19.  
  20. #define DRAW        1
  21. #define UNDRAW        0
  22.  
  23. #define DEFAULT_COLOR    -1
  24.